Added at: June 23, 2025
pbcopy
, xclip
, or
wl-copy
) into Vim and shape it: reorder lines, split ideas,
delete fluff, run macros—whatever tightens the narrative.
:%y+
or
:%w !pbcopy
/xclip
/wl-copy
) and paste
it back into the chat. → You bypass chat-input limits and keep Vim's power
while still tapping the LLM for new content or rewrites.